Skip to content

Conversation

@benediktjohannes
Copy link

@benediktjohannes benediktjohannes commented Jan 17, 2026

"# It initialized only once when main interpeter starts" ("interpeter") has to be "# It initialized only once when main interpreter starts" ("interpreter").

Fixes #143978

"# It initialized only once when main interpeter starts" ("interpeter") has to be "# It initialized only once when main interpreter starts" ("interpreter").
@python-cla-bot
Copy link

python-cla-bot bot commented Jan 17, 2026

All commit authors signed the Contributor License Agreement.

CLA signed

@bedevere-app
Copy link

bedevere-app bot commented Jan 17, 2026

Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool.

If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead.

@bedevere-app
Copy link

bedevere-app bot commented Jan 17, 2026

Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool.

If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead.

@aisk aisk changed the title Fixes #143978 gh-143978: Fix typo in ignored.tsv Jan 18, 2026
@aisk aisk added the skip news label Jan 18, 2026
@aisk
Copy link
Contributor

aisk commented Jan 18, 2026

LGTM, but please click the red button in python-cla-bot's comment to sign the CLA thus we can merge this.

@benediktjohannes
Copy link
Author

Hi, thanks for the review! I just signed CLA and thanks for the question because of the missing second change, but for me it is there: 1. interpeter 2. missing „is“, so maybe a GitHub issue? But I guess you can merge, thanks!

@aisk
Copy link
Contributor

aisk commented Jan 18, 2026

Thanks for addressing this. By the way, the typo fix don't requires a related issue, so you can just open a PR for simple typo fix directly in the future. See the Dev Guide for more details: https://devguide.python.org/

Copy link
Member

@StanFromIreland StanFromIreland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do not think we need a separate commit to fix these typos, it is an internal file, not docs or a docstring.

@benediktjohannes
Copy link
Author

Hi, you‘re Right, I just mixed something up with the wording. This all is one PR and will appear as one commit, I just added the new word by a change inside this one PR. Thanks!

@Yzi-Li
Copy link
Contributor

Yzi-Li commented Jan 18, 2026

Hi, you‘re Right, I just mixed something up with the wording.

I think Stan didn't mean it that way. This is an internal file without user-facing content, so we can fix the typos as a part of other PRs. In other words, this PR is unnecessary.

(Apologies if my understanding is incorrect)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Typo inside code in ignored.tsv "# It initialized only once when main interpeter starts" ("interpeter")

4 participants